Create Identity Link

Add Identity Links to the Matching Decision Log identified by ID.

SecurityapiKey
Request
path Parameters
id
required
string

ID of the Matching Decision Log.

Example: 9cfa14e7-51f5-4490-88e4-667501575b41
Request Body schema: application/json
required
required
Array of objects (IdentityLinkCreate) [ 1 .. 1000 ] items

List of identity links to be created.

Responses
200

OK

401

Unauthorized

403

Forbidden

post/userfeedbacks/{id}
Request samples
application/json
{
  • "links": [
    ]
}
Response samples
application/json
{
  • "values": [
    ]
}